Vcenter Vm Guest Filesystem Files PosixFileAttributesUpdateSpec
The Vcenter Vm Guest Filesystem Files PosixFileAttributesUpdateSpec schema describes attributes that can be changed for a Posix file.
This schema was added in vSphere API 7.0.2.0.
{
"owner_id": 0,
"group_id": 0,
"permissions": "string"
}
The owner ID.
This property was added in vSphere API 7.0.2.0.
If missing or null
the value will not be changed.
The group ID.
This property was added in vSphere API 7.0.2.0.
If missing or null
the value will not be changed.
The file permissions in chmod(2) format. This property is interpreted as octal.
This property was added in vSphere API 7.0.2.0.
If missing or null
the value will not be changed.